home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
58517
/
58517.xpi
/
vexpand.jar
/
content
/
overlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-01-09
|
1KB
|
25 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://vexpand/locale/vexpandLocale.dtd" >
<overlay id="vexpandOverlay"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<stringbundleset id="stringbundleset">
<stringbundle id="vexpand_strings" src="chrome://vexpand/locale/vexpandLocale.properties"/>
</stringbundleset>
<script type="application/x-javascript" src="chrome://vexpand/content/vexpand.js"></script>
<script language="JavaScript">
try{window.addEventListener("load", vexpand.init, true);}catch(e){}
</script>
<popup id="contentAreaContextMenu">
<menuitem id="vexpand-context-link-menu" label="&VExpand.ForLink;" oncommand="vexpand.getLinkInfo(vexpand.getLink());" class="menuitem-iconic" image="&VExpand.Icon;"/>
<menuitem id="vexpand-copy-link-menu" label="&VExpand.CopyLinkUrl;" oncommand="vexpand.copyCurrentAnchor(this);"/>
</popup>
</overlay>